home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gQTv, gSMv
- if not voidp(gQTv) and not voidp(gSMv) then
- set the member of sprite 4 to member "QTinfo" of castLib 2
- set the loc of sprite 4 to point(90, 130)
- updateStage()
- set the member of sprite 4 to member "SMinfo" of castLib 2
- set the loc of sprite 4 to point(90, 200)
- updateStage()
- set the member of sprite 4 to member "Macinfo" of castLib 2
- set the loc of sprite 4 to point(90, 300)
- updateStage()
- else
- if not voidp(gQTv) then
- set the member of sprite 4 to member "QTinfo" of castLib 2
- set the loc of sprite 4 to point(90, 130)
- updateStage()
- set the member of sprite 4 to member "Macinfo" of castLib 2
- set the loc of sprite 4 to point(90, 230)
- updateStage()
- else
- if not voidp(gSMv) then
- set the member of sprite 4 to member "SMinfo" of castLib 2
- set the loc of sprite 4 to point(90, 130)
- updateStage()
- set the member of sprite 4 to member "Macinfo" of castLib 2
- set the loc of sprite 4 to point(90, 230)
- updateStage()
- end if
- end if
- end if
- end
-